←Select platform

Hash(Byte[]) Method

Summary

Hashes the specified binary data.

Syntax

C#
VB
C++
public static byte[] Hash(  
   byte[] data 
) 
Public Overloads Shared Function Hash( _ 
   ByVal data() As Byte _ 
) As Byte() 
public: 
static array<byte>^ Hash(  
   array<byte>^ data 
) 

Parameters

data
The data.

Return Value

Hash of the binary data.

Remarks

This function creates a MD5 hash of the passed in data.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow Assembly
Click or drag to resize